FHIR © HL7.org  |  Server Home  |  FHIR Server FHIR Server 3.4.11  |  FHIR Version n/a  User: [n/a]

Resource StructureDefinition/FHIR Server from package ca.on.health.idms#1.0.2-beta (93 ms)

Package ca.on.health.idms
Type StructureDefinition
Id Id
FHIR Version R5
Source https://simplifier.net/resolve?scope=ca.on.health.idms@1.0.2-beta&canonical=https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-ServiceRequest-Child-Submission
Url https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-ServiceRequest-Child-Submission
Version 1.0
Status active
Name IDMSServiceRequestChildSubmission
Experimental False
Description This profile is for the Additional Information, Withdrawl and Reconsideration Requests. These are child requests of a primary request.
Type ServiceRequest
Kind resource

Resources that use this resource

No resources found


Resources that this resource uses

StructureDefinition
https://health.gov.on.ca/idms/fhir/StructureDefinition/RelatedSubmissionConsent Request Submission Consent
https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestSubmittedDateString Request Submitted Date String
https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestSubmittedDate Request Submitted Date
https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedDate Request Created Date
https://health.gov.on.ca/idms/fhir/StructureDefinition/SearchableExtraString Searchable Extra String
https://health.gov.on.ca/idms/fhir/StructureDefinition/SubmittedUserRole Request Submitted User Role
https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestCreatedUserName Request Created User Name
https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestUpdatedUserName Request Updated User Name
https://health.gov.on.ca/idms/fhir/ValueSet/IDMS-Child-Request-Types IDMS Child Request Types


Source

{
  "resourceType" : "StructureDefinition",
  "id" : "59d794bb-1834-4178-8812-909ff449b7d2",
  "meta" : {
    "versionId" : "1",
    "lastUpdated" : "2023-10-23T14:27:56.434+00:00",
    "source" : "#V2ldNA9EA697QGYp"
  },
  "url" : "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS-ServiceRequest-Child-Submission",
  "version" : "1.0",
  "name" : "IDMSServiceRequestChildSubmission",
  "status" : "active",
  "description" : "This profile is for the Additional Information, Withdrawl and Reconsideration Requests. These are child requests of a primary request.",
  "fhirVersion" : "5.0.0",
  "kind" : "resource",
  "abstract" : false,
  "type" : "ServiceRequest",
  "baseDefinition" : "http://hl7.org/fhir/StructureDefinition/ServiceRequest",
  "derivation" : "constraint",
  "differential" : {
    "element" : [
      {
        "id" : "ServiceRequest.extension",
        "path" : "ServiceRequest.extension",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "url"
            }
          ],
          "rules" : "open"
        },
        "min" : 0
      },
      {
        "id" : "ServiceRequest.extension:requestCreatedUserName",
        "path" : "ServiceRequest.extension",
        "sliceName" : "requestCreatedUserName",
        "definition" : "#### **_`IDMS: This is the name of the user that created the request.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestCreatedUserName"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:requestCreatedDate",
        "path" : "ServiceRequest.extension",
        "sliceName" : "requestCreatedDate",
        "definition" : "#### **_`IDMS: This is the date and time the Request was created.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/CreatedDate"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:requestUpdatedUserName",
        "path" : "ServiceRequest.extension",
        "sliceName" : "requestUpdatedUserName",
        "definition" : "#### **_`IDMS: This is the name of the user that last updated request.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestUpdatedUserName"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:requestSubmittedUser",
        "path" : "ServiceRequest.extension",
        "sliceName" : "requestSubmittedUser",
        "definition" : "#### **_`IDMS: This is the user that submitted the request.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/SubmittedUserRole"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:requestSubmittedDate",
        "path" : "ServiceRequest.extension",
        "sliceName" : "requestSubmittedDate",
        "definition" : "#### **_`IDMS: This is the date and time the Request was submitted.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestSubmittedDate"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:requestSubmittedDateString",
        "path" : "ServiceRequest.extension",
        "sliceName" : "requestSubmittedDateString",
        "definition" : "#### **_`IDMS: This is the String format of the Submitted Date element, it is needed for searching.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/RequestSubmittedDateString"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:submissionConsent",
        "path" : "ServiceRequest.extension",
        "sliceName" : "submissionConsent",
        "definition" : "#### **_`IDMS: The Terms Of Use Consent related to submitting this request.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/RelatedSubmissionConsent"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.extension:searchableExtraString",
        "path" : "ServiceRequest.extension",
        "sliceName" : "searchableExtraString",
        "definition" : "#### **_`IDMS: Used for doing multi element searches.`_**",
        "min" : 0,
        "max" : "1",
        "type" : [
          {
            "code" : "Extension",
            "profile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/SearchableExtraString"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.identifier",
        "path" : "ServiceRequest.identifier",
        "short" : "Primary File Number",
        "definition" : "#### **_`IDMS: In the old system this is the Master File Number, in the new system this has been renamed to the Primary File Number.`_**",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.instantiatesCanonical",
        "path" : "ServiceRequest.instantiatesCanonical",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.instantiatesUri",
        "path" : "ServiceRequest.instantiatesUri",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.basedOn",
        "path" : "ServiceRequest.basedOn",
        "short" : "Reference to Previous Requests",
        "definition" : "#### **_`IDMS: Reference to a parent IDMS ServiceRequest.`_**\\n",
        "min" : 1,
        "max" : "1",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "http://hl7.org/fhir/StructureDefinition/IDMS_ServiceRequest"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.replaces",
        "path" : "ServiceRequest.replaces",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.requisition",
        "path" : "ServiceRequest.requisition",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.status",
        "path" : "ServiceRequest.status",
        "definition" : "#### **_`IDMS: Status of Request, we are required to use FHIR status codes . There is a statechart that translates these to IDMS business terms`_**"
      },
      {
        "id" : "ServiceRequest.intent",
        "path" : "ServiceRequest.intent",
        "definition" : "#### **_`IDMS: This is a fixed value of 'order` ._**",
        "fixedCode" : "order"
      },
      {
        "id" : "ServiceRequest.category",
        "path" : "ServiceRequest.category",
        "slicing" : {
          "discriminator" : [
            {
              "type" : "value",
              "path" : "coding.version"
            }
          ],
          "rules" : "open"
        },
        "short" : "Classifications of the request",
        "definition" : "#### **_`IDMS: Product Type , Submission Type and Request Type .`_**",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "ServiceRequest.category:RequestType",
        "path" : "ServiceRequest.category",
        "sliceName" : "RequestType",
        "min" : 1,
        "max" : "1"
      },
      {
        "id" : "ServiceRequest.category:RequestType.coding.system",
        "path" : "ServiceRequest.category.coding.system",
        "min" : 1,
        "fixedUri" : "https://health.gov.on.ca/idms/fhir/CodeSystem/IDMS-Internal"
      },
      {
        "id" : "ServiceRequest.category:RequestType.coding.version",
        "path" : "ServiceRequest.category.coding.version",
        "short" : "Type of Code",
        "definition" : "This being used as the discriminator, it is the type of code. (The version of the code system is not relevant in IDMS so this is being reused)",
        "max" : "0",
        "fixedString" : "RequestType"
      },
      {
        "id" : "ServiceRequest.category:RequestType.coding.code",
        "path" : "ServiceRequest.category.coding.code",
        "binding" : {
          "strength" : "required",
          "description" : "Child Request Types",
          "valueSet" : "https://health.gov.on.ca/idms/fhir/ValueSet/IDMS-Child-Request-Types"
        }
      },
      {
        "id" : "ServiceRequest.category:RequestType.coding.display",
        "path" : "ServiceRequest.category.coding.display",
        "short" : "This is the display Value for the Request Type"
      },
      {
        "id" : "ServiceRequest.category:RequestType.coding.userSelected",
        "path" : "ServiceRequest.category.coding.userSelected",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.category:RequestType.text",
        "path" : "ServiceRequest.category.text",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.priority",
        "path" : "ServiceRequest.priority",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.doNotPerform",
        "path" : "ServiceRequest.doNotPerform",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.code",
        "path" : "ServiceRequest.code",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.orderDetail",
        "path" : "ServiceRequest.orderDetail",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.quantity[x]",
        "path" : "ServiceRequest.quantity[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.subject",
        "path" : "ServiceRequest.subject",
        "short" : "Manufacturer",
        "definition" : "#### **_`IDMS: Reference to the dummy Group. IDMS does not need a subject but it is mandatory in FHIR so a link to a dummy group will be populated.`_**",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS_Group"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.focus",
        "path" : "ServiceRequest.focus",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.encounter",
        "path" : "ServiceRequest.encounter",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.occurrence[x]",
        "path" : "ServiceRequest.occurrence[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.asNeeded[x]",
        "path" : "ServiceRequest.asNeeded[x]",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.authoredOn",
        "path" : "ServiceRequest.authoredOn",
        "comment" : "#### **_`IDMS: This is the Request Date, the Requestor can change this to any date.`_**"
      },
      {
        "id" : "ServiceRequest.requester",
        "path" : "ServiceRequest.requester",
        "definition" : "#### **_`IDMS: Who submitted the request, it is a reference to a IDMS_PractitionerRole .`_**",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS_PractitionerRole"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.performerType",
        "path" : "ServiceRequest.performerType",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.performer",
        "path" : "ServiceRequest.performer",
        "short" : "Request Modifier",
        "definition" : "#### **_`IDMS: Who modified the request, it is a reference to a IDMS_PractitionerRole .`_**",
        "type" : [
          {
            "code" : "Reference",
            "targetProfile" : [
              "https://health.gov.on.ca/idms/fhir/StructureDefinition/IDMS_PractitionerRole"
            ]
          }
        ]
      },
      {
        "id" : "ServiceRequest.location",
        "path" : "ServiceRequest.location",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.reason",
        "path" : "ServiceRequest.reason",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.insurance",
        "path" : "ServiceRequest.insurance",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.supportingInfo",
        "path" : "ServiceRequest.supportingInfo",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.specimen",
        "path" : "ServiceRequest.specimen",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.bodySite",
        "path" : "ServiceRequest.bodySite",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.bodyStructure",
        "path" : "ServiceRequest.bodyStructure",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.note",
        "path" : "ServiceRequest.note",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.patientInstruction",
        "path" : "ServiceRequest.patientInstruction",
        "max" : "0"
      },
      {
        "id" : "ServiceRequest.relevantHistory",
        "path" : "ServiceRequest.relevantHistory",
        "max" : "0"
      }
    ]
  },
  "text" : {
  }
}

XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.